home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / gfx / edit / VE-shadow.lha / notes / Shadow.notes
Encoding:
Text File  |  1999-08-06  |  4.6 KB  |  186 lines

  1.  
  2. Visual Engineering - Shadow v3.32
  3. ---------------------------------
  4.  
  5. This script adds different kind of dropshadows for logos/pictures.
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14. You can add some empty work space around picture, but then you
  15. need AddSpace.rexx
  16.  
  17. Background must be totally white (R255 G255 B255).
  18.  
  19.  
  20.  
  21. You can call this script from your own scripts, too.
  22.  
  23.   address command "rexx:rx ie:arexx/VisualBorder.rexx" <pic> <shadow> <color> <lowp> <threshval> <xplace> <yplace> <arguments>
  24.  
  25.   - <pic>         is name of the picture
  26.   - <shadow>      is number or name of the shadow-effect without spaces (e.q. 0 or colorantialias)
  27.   - <color>       if "yes" or "1", then PrimaryColors.rexx is used for color of shadow
  28.   - <lowp>        lowpassvalue
  29.   - <threshvalue> thresholdvalue
  30.  
  31.   - <xplace>      horizontal offset of shadow
  32.   - <yplace>      vertical offset of shadow
  33.  
  34.   - <arguments>   name of color in PrimaryColor.rexx or "random".
  35.                   After either one can be "1" with space, which
  36.                   means Contrast Stretch.
  37.  
  38.  
  39.  
  40.   Where asked for name of shadow, it can also be given as number
  41.   of item in pop-up-menu. First item number 0. When given as name
  42.   remove spaces from name.
  43.  
  44.  
  45.   Example:
  46.  
  47.   rx ie:arexx/Shadow.rexx 000_testpic.iff 0 YES 15 250 -5 -5 RED
  48.   rx ie:arexx/Shadow.rexx 000_testpic.iff lowantialias no 9 255 -5 -5
  49.  
  50.  
  51.  
  52.   Next lines return you the name of this new picture.
  53.  
  54.   PROJECT_LIST
  55.   xyz=result
  56.   pic=subword(xyz,1,1)
  57.  
  58.  
  59.  
  60.  
  61. IMPORTANT!
  62.  
  63.   If you have used earlier version than v2.78 of this script before,
  64.   then you must delete IE:Prefs/veshadow#?.cfg or you will be
  65.   granted with some error requesters.
  66.  
  67.  
  68.  
  69.  
  70.  
  71. HISTORY
  72.  
  73.  3.32
  74.  
  75.   Outline-typee was calling "rexx:rx", when it should have called
  76.   "sys:rexxc/rx". Fixed.
  77.  
  78.  3.31
  79.  
  80.   Now there's only 2 kinds of shadows for allready antialiased
  81.   shapes. One for black or grey images. And one for colorful
  82.   images. VE-Extras v1.72+ needed.
  83.  
  84.   New effect: Outline, can be used to grey or color images.
  85.   White outline will be added around original shape.
  86.  
  87.  3.23
  88.  
  89.   Calls to external scripts had a minor bug.
  90.  
  91.  3.22
  92.  
  93.   Added possibility to adjust threshold of picture for shadow.
  94.   OBS! Argument parsing changed.
  95.  
  96.   DELETE ie:Prefs/veshadow.cfg!!!
  97.  
  98.  3.20
  99.  
  100.   Call to external script, AddSpace.rexx was buggy. Fixed.
  101.  
  102.  3.19
  103.  
  104.   New argument parser and better handling of arguments. Read
  105.   Notes/Shadow.notes, if you want to call this script from your
  106.   own scripts. It's now much easier to do some patch processing.
  107.  
  108.   No more effects' subeffects. Every effect has it's own menu item.
  109.  
  110.   If an error occurs, delete all the files from IE:Prefs/ with
  111.   filename "veshadow#?.cfg"
  112.  
  113.  2.95
  114.  
  115.   Call to external script PrimaryColors.rexx (v1.72+) uses
  116.   different method now.
  117.  
  118.  2.94
  119.  
  120.   Now you can call this script from other scripts too or in other
  121.   words do some batch processing.
  122.  
  123.  2.88
  124.  
  125.   New effect available! Regtangle-effect is made just for regtangle
  126.   pictures. It's not very useful for other shapes. Better shading
  127.   than with Normal-effect. You'll see the difference.
  128.  
  129.   PS. Maybe I someday join effects together, so all the different
  130.   effects could be affected to same picture on one run. Show some
  131.   support and I'll do it. Just by saying "Hi there!" is almost
  132.   enough.
  133.  
  134.  2.78
  135.  
  136.   Normal is now abnormal! You can now use rastered shadows. For
  137.   example when mixed with vertical lines gives really cool results.
  138.   Adjusting lowpass value now affects all the shadow types.
  139.  
  140.  2.60
  141.  
  142.   New in this version is possibility to add shadows to those shapes,
  143.   that use some kind of antialiasing or smoothing on their edges.
  144.   Before there would be lot of white pixels between logo and shadow.
  145.   Smooth-effect tries its best to handle this.I've now included
  146.   builtin dropshadow-effect to Visual Logo. It was quite impossible
  147.   to do it user friendly, <b>after</b> Visual Logo.
  148.  
  149.  2.50
  150.  
  151.   History started
  152.  
  153.  
  154.  
  155.  
  156.  
  157. The archive, where this file came from, can be distributed using
  158. any kind of media (CD, Email, Net, BBS, FTP...), but contents of
  159. original archive must not be seperated from each other.
  160.  
  161. You may modify the script for your own use, but don't except me to
  162. fix it, when you broke it. You may NOT spread modified versions of
  163. the script, nor part of it.
  164.  
  165. If you are going to spread a script of yours, which calls one of
  166. Visual Engineering -scripts, you must include either to
  167. documentfile of your script or header of the script itself, Visual
  168. Engineering -websiteaddress and author's name and email address.
  169.  
  170. Like this:
  171.  
  172.  
  173. /*
  174.  
  175.  This script uses Visual Engineering -script(s):
  176.  AddSpace.rexx, PrimaryColors.rexx
  177.  
  178.  By Marko Seppänen <marko.seppanen@wwnet.fi>
  179.  
  180.  Visual Engineering website:
  181.  http://wwnet.fi/users/smarko/visual/
  182.  
  183.  */
  184.  
  185.  
  186.